< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03030302.xhp

(section: time) (bookmark: bm_id3145090)
Time statement

Time ステートメント

Time Statement [Runtime]
Time ステートメント [実行時](hd_id3145090.1)

This function returns the current system time as a string in the format "HH:MM:SS".
この関数は、現在のシステム時刻を取得して「HH:MM:SS」形式の文字列として返します。(par_id3150984.2)

(/section: time)

Syntax:
構文:(hd_id3154346.3)

Time
Time (par_id3149670.4)

Parameters:
パラメータ:(hd_id3150792.5)

Text: Any string expression that specifies the new time in the format "HH:MM:SS".
Text:変更後のシステム時刻を指定する、「HH:MM:SS」形式の文字列(par_id3149656.6)

Example:
例:(hd_id3145173.7)

Sub ExampleTime
Sub ExampleTime(par_id3156281.8)

MsgBox Time,0,"The time is"
MsgBox Time,0,"The time is"(par_id3150870.9)

end sub
end sub(par_id3154123.10)


< Prev / Next >